home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / unclcarl / ualert11 / alert3.lst < prev    next >
File List  |  1995-04-25  |  498b  |  20 lines

  1. ' UA11
  2. @alert.box.3
  3. EDIT
  4. PROCEDURE alert.box.3
  5. REM Merge this into your .GFA source code.
  6.   a.1$="This is a test of loading in "
  7.   b.1$="which the fourth icon (stop) "
  8.   c.1$="and the 4th button are both "
  9.   d.1$="selected. Let's also fill up "
  10.   e.1$="the remaining lines w/fluff ! "
  11.   f.1$=""
  12.   g.1$=""
  13.   h.1$=""
  14.   i.1$="BIG WOOP"
  15.   icon%=3
  16.   default%=1
  17.   alt.1$="["+STR$(icon%)+"]["+a.1$+"|"+b.1$+"|"+c.1$+"|"+d.1$+"|"+e.1$+"]["+i.1$+"]"
  18.   ~FORM_ALERT(default%,alt.1$)
  19. RETURN
  20.